home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0086.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  929 b   |  22 lines

  1. > I'm programming with a friend of mine an arcade game called
  2. > Dark Ages. Five levels including different places and dif-
  3. > ferent enemies to fight. But during programming i had some
  4. > problems. Amos Pro doesn't allow user to use differents
  5. > sprite or bob banks at the same time. There are no commands
  6. > like SPRITE BANK n or USE SPRITE BANK n and so i would like
  7. > to know if i'm wrong and if there are others ways to
  8. > use more bob banks in a game.
  9.  
  10. Nope - sprites, bobs and icons always come from bank 1.  You could 
  11. display a bob then swap banks and display another, but it won't work with 
  12. sprites.  (I don't actually know if it'll work at all, but you could try. :)
  13.  
  14. --
  15. GCS -d+ H+ s++:- g+ p? !au a- w+++            !Productions 1995
  16. v* C+++ UB+++A++++ P++ L++ E+ N+++       http://satelnet.org/~mentat/
  17. K+ !W--- M-- V po- Y+ t++ 5+ jx G?
  18. R tv++ D- B--- e+ u** h f r++ !n y+ "No matter where you go, there you are."
  19.  
  20.  
  21.